home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00449_Bitmap_ResumeBtn < prev    next >
Text File  |  1995-05-21  |  257b  |  16 lines

  1. on mouseDown
  2.   put "Reset" into f
  3.   put "ResetHL" into fHL
  4.   hiliter 5, f, fHL
  5.   puppetsound "button.aif"
  6.   updatestage
  7. end
  8.  
  9.  
  10.  
  11. on mouseUp
  12.   global gReset
  13.   set gReset = "x"
  14.   set the castNum of sprite 5 = cast "Reset"
  15.  go frame "Options2"
  16. end